ServiceGetEvents Method (String, String) |
Gets events that have occurred in a mailbox since the specified notification.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic GetEventsResponse GetEvents(
string subscriptionId,
string watermark
)
Public Function GetEvents (
subscriptionId As String,
watermark As String
) As GetEventsResponse
Parameters
- subscriptionId
- Type: SystemString
The subscription identifier. - watermark
- Type: SystemString
The watermark.
Return Value
Type:
GetEventsResponseA collection of notification events.
See Also